home *** CD-ROM | disk | FTP | other *** search
/ NCSoft Asset Disc (USA) / NCSoft Asset Disc (USA).bin / shining.swf / scripts / DefineButton2_274 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-05-03  |  439 b   |  11 lines

  1. on(release){
  2.    this.swapDepths(_level0.globalDepth++);
  3.    this._parent.mc_plus01.swapDepths(_level0.globalDepth++);
  4.    this._parent.mc_plus02.swapDepths(_level0.globalDepth++);
  5.    this._parent.mc_plus03.swapDepths(_level0.globalDepth++);
  6.    this._parent.mc_plus04.swapDepths(_level0.globalDepth++);
  7.    this._parent.mc_plus05.swapDepths(_level0.globalDepth++);
  8.    this.targetPlay(40);
  9.    this._parent.mc_plus01.targetPlay(40);
  10. }
  11.